@charset "utf-8";
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "微软雅黑";
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader .hInner {
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E5;
}

#gHeader .sub {
	margin: 0 auto;
	width: 1200px;
}

#gHeader .hInner p {
	float: left;
	color: #333;
	font-size: 15px;
}

#gHeader .hInner ul {
	float:right;
}

#gHeader .hInner li {
	display: inline;
}

#gHeader .hInner li a {
	margin: 0 10px;
}

#gHeader .hBox {
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1200px;
}

#gHeader h1 {
	float: left;
}

#gHeader h1 img {
	width: 570px;
}

#gHeader .hTel {
	margin-top: 10px;
	padding-left: 70px;
	float: right;
	color: #fa7c00;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	background: url(../../images/tel.png) no-repeat left center;
	background-size:50px 50px;
}

#gHeader .hTel span {
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background: #2860CD;
}

#gNavi ul {
	margin: 0 auto;
	max-width: 1200px;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 15px;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

#gNavi li a:hover {
	background: #FA7C00;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 600px;
	float: left;
}

.mainImg .pic01 {
	background: url(../../images/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../../images/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../../images/mainimg03.jpg) no-repeat center center;
}

	.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 10px;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #2860CD;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	padding: 60px 0 0;
	background: url(../../images/f_bg.jpg) no-repeat center top;
	background-size: cover;
}

#gFooter .fBox {
	margin: 0 auto 60px;
	width: 1200px;
}

#gFooter .fLogo {
	width: 270px;
	float: left;
}

#gFooter .fLogo a {
	margin: 15px 0 0;
	padding: 5px 0;
	width: 170px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #2860CD;
}

#gFooter .title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}

#gFooter .fNavi {
	width: 320px;
	float: left;
}

#gFooter .fNavi li {
	margin-bottom: 8px;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 15px;
}

#gFooter .fNavi li a {
	color: #fff;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .fContact {
	width: 320px;
	float: left;
}

#gFooter .fContact .txt {
	color: #fff;
	font-size: 17px;
}

#gFooter .fContact .txt a {
	color: #fff;
}

#gFooter .fContact .txt a:hover {
	text-decoration: underline;
}

#gFooter .fTel {
	width: 290px;
	float: right;
}

#gFooter .fTel .lead {
	margin-bottom: 10px;
	color: #B80000;
	font-size: 20px;
}

#gFooter .fTel .lead span {
	display: block;
	color: #fff;
	opacity: 0.7;
}

#gFooter .fTel .num {
	padding-left: 50px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background: url(../../images/f_tel.png) no-repeat left center;
}

#gFooter .copyright {
	padding: 15px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.5);
}

#gFooter .copyright a {
	color: #fff;
}

#gFooter .copyright a:hover {
	text-decoration: underline;
}
